home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Mathtest .DOC File Utility: Prints out the .DOC file.
- echo
- echo This will print the file MATHTEST.DOC to your printer. The file will be a
- echo total length of 9 pages.
- echo
- echo Prepare your printer, and press any key to print. (If you are using a dot-
- echo matrix printer, position the paper so that printing will begin a couple of
- echo lines below a perforation fold. The .DOC file includes no top margins.)
- echo
- echo If you do not wish to continue, then press CONTROL-C and answer "yes" to the
- echo question.
- echo
- pause
- echo Your printer should now be printing.
- copy MATHTEST.DOC PRN
- echo Done.
-